home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Advisor / CD-ROM Advisor.iso / blender / blen40m / opening.dir / 00390.ls < prev    next >
Encoding:
Text File  |  1995-09-28  |  179 b   |  11 lines

  1. on exitFrame
  2.   global VID
  3.   if the movieTime of sprite 40 < VID then
  4.     go(the frame)
  5.   else
  6.     set the movieRate of sprite 40 to 0
  7.     go(#next)
  8.     updateStage()
  9.   end if
  10. end
  11.